home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
adg_4_6.zip
/
PRINT.RC
< prev
next >
Wrap
Text File
|
1991-02-21
|
697b
|
25 lines
/****************************************************************************
Module name: Print.RC
Programmer : Jeffrey M. Richter.
*****************************************************************************/
#include <windows.h>
#include "print.h"
#include "print.dlg"
Print ICON MOVEABLE DISCARDABLE Print.Ico
Print MENU
BEGIN
POPUP "&Examples"
BEGIN
MENUITEM "Printer setup &1...", IDM_PS1
MENUITEM "Printer setup &2...", IDM_PS2
MENUITEM "&Print using PS1", IDM_PRINT1
MENUITEM "P&rint using PS2", IDM_PRINT2
MENUITEM SEPARATOR
MENUITEM "A&bout Printer Setup...", IDM_ABOUT
END
END